home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qkratop.zip / QKRATOP.DOC < prev    next >
Text File  |  1990-10-18  |  2KB  |  72 lines

  1.  
  2.  
  3.               QkRemote Access Top Ten Bulletins Generator
  4.                   Copyright (c) 1990 Christopher Hall
  5.                                PC Network
  6.                            6067 McKinney, NE
  7.                         Albuquerque, NM   87109
  8.                              (505)821-5341
  9.                               FIDO 1:301/2
  10.                          CompuServe: 72150,752
  11.  
  12. Introduction:
  13.  
  14.   This is a simple little utility that will scan your USERS.BBS file and
  15. determine the TOP TEN Uploaders, Message Writers and Callers.  It will
  16. then write two Bulletins (Ansi and Ascii flavor) and place them in your
  17. TextFiles sub-directory (or wherever you specify).
  18.  
  19.   I decided to write my own since most of the other Bulletin Generators
  20. seem to think that the top Downloaders should also be placed in the
  21. bulletins they generate.  I don't consider TOP DOWNLOADERS to be
  22. anywhere close to "BEST" users on MY system!
  23.  
  24. Setup:
  25.  
  26.    - Simply unZip the files into your Remote Access System directory.
  27.    - Edit the QkRATop.Cfg file to reflect your setup.
  28.    - Run the program!
  29.  
  30. I have included the source code for those of you interested.  It
  31. utilizes the Turbo Power's Object Professional Library.  I did this
  32. primarily as an exercise (for me) in using some of the library's Object
  33. structures.
  34.  
  35. Registration:
  36.  
  37.   If you find this program of interest - I'd be glad to hear from you.
  38. Also, any contributions to the cause are ALWAYS welcome!
  39.  
  40. Chris Hall
  41.  
  42. ----------------------------------------------------------------------------
  43.  
  44. Format of QkRATop.Cfg file:
  45.  
  46. Line 1:  System Name
  47. Line 2:  Sysop Name
  48. Line 3:  [Path\]USERS.BBS
  49. Line 4:  [Path\]OutFileName     Note: NO Extension!
  50. Line 5:  HiIntensity|NO         Use High Intensity FG Colors?
  51. Line 6:  FrameFG  FrameBG       Frame Colors
  52. Line 7:  HeaderFG HeaderBG      Header Colors
  53. Line 8:  DataFG   DataBG        Data Colors
  54. Line 9:  HiLtFG   HiLtBG        High Light Colors
  55. -eof-
  56.  
  57. The FG (ForeGround) and BG (BackGround) Colors are defined as follows:
  58.  
  59. ForeGround Values:
  60.  
  61.   0 : Black      1 : Red        2 : Green      3 : Yellow
  62.   4 : Blue       5 : Magenta    6 : Cyan       7 : White
  63.  
  64. BackGround Values:
  65.  
  66.   8 : Black      9 : Red       10 : Green     11 : Yellow
  67.  12 : Blue      13 : Magenta   14 : Cyan      15 : White
  68.  
  69. The High Intensity value in the CFG file determines whether or not High
  70. Intensity ForeGround colors are displayed.
  71.  
  72.